withIncrement

fun <T, F : ValidatedNumber<T>> F.withIncrement(increment: T): F

Defines a custom increment amount for this validation's widget. This will change how a SLIDER increments with keyboard input, and will change the increment applied with the up and down buttons of TEXTBOX_WITH_BUTTONS

Return

this validation, passed through

Author

fzzyhmstrs

Since

0.7.2